home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1063.ZIP / FLOPPY.BAT < prev    next >
DOS Batch File  |  1989-01-30  |  886b  |  32 lines

  1. echo off
  2. CLS
  3. echo. Installation of Software Mines Fantasy Role Playing Utilities
  4. echo. to your floppys about to start.
  5. echo.
  6. pause
  7. CLS
  8. echo.
  9. echo. Please insert a blank formatted disk in your B drive or press Ctrl-C
  10. echo. to abort and format a disk.
  11. echo.
  12. pause
  13. pkxarc -x frpprog.arc b:
  14. echo.
  15. echo. Installation of disk 1 complete! Please remove the disk from your B
  16. echo. Drive and label it as "FRP Progam Disk - Version 2.12"
  17. echo.
  18. echo. Please insert a blank, formatted disk in your B drive.
  19. echo.
  20. pause
  21. pkxarc -x frpdata.arc b:
  22. echo.
  23. echo. Installation of disk 2 complete! Please remove the disk from your B
  24. echo. Drive and label it as "FPR Data Disk - Version 2.12"
  25. echo.
  26. echo. You now can access the program documentation on the FRP Data Disk
  27. echo. in FRP.DOC.  This file can be printed, or viewed with most ASCII text
  28. echo. editors.
  29. echo.
  30. echo on
  31.  
  32.